1
/****************************** Module Header ******************************\
2 * Module Name: ICustomDoc.cs
3 * Project: CSCustomIEContextMenu
4 * Copyright (c) Microsoft Corporation.
6 * The interface ICustomDoc enables a host to set the MSHTML IDocHostUIHandler
10 * This source is subject to the Microsoft Public License.
11 * See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL.
12 * All other rights reserved.
14 * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
15 * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
16 * WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
17 \***************************************************************************/
19 using System
.Runtime
.InteropServices
;
21 namespace CSCustomIEContextMenu
.NativeMethods
24 [InterfaceType(ComInterfaceType
.InterfaceIsIUnknown
)]
25 [GuidAttribute("3050f3f0-98b5-11cf-bb82-00aa00bdce0b")]
26 public interface ICustomDoc
29 void SetUIHandler(IDocHostUIHandler pUIHandler
);